Skip to main content
Version: 4.4

Fork a Github Repository

To deploy your first custom model on Katonic Deploy, you need to first fork any of the below examples repo from here.

How to Fork a Git Repoโ€‹

  1. You need to select any repository from the above.

  1. Click on the Fork to initiate cloning.

  1. Now you can modify repo name and Click on the Create fork.

Now You can use this forked repo to deploy your first test model or you can modify the below files as shown below to deploy your custom built model:

  • requirements.txt
  • launch.py
  • schema.py
  • model.pkl or you can change this to your model file.